home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / Buch / Rund2.dfm / Rund2.txt
Text File  |  1998-12-25  |  1KB  |  61 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 113
  4.   Width = 450
  5.   Height = 300
  6.   Caption = 'Kreis 2'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Button1: TButton
  16.     Left = 28
  17.     Top = 208
  18.     Width = 125
  19.     Height = 40
  20.     Caption = 'Erscheinen'
  21.     Font.Charset = ANSI_CHARSET
  22.     Font.Color = clBlack
  23.     Font.Height = -17
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = []
  26.     ParentFont = False
  27.     TabOrder = 0
  28.     OnClick = Button1Click
  29.   end
  30.   object Button2: TButton
  31.     Left = 158
  32.     Top = 208
  33.     Width = 125
  34.     Height = 40
  35.     Caption = 'Bewegen'
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clBlack
  38.     Font.Height = -17
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.     TabOrder = 1
  43.     OnClick = Button2Click
  44.   end
  45.   object Button3: TButton
  46.     Left = 288
  47.     Top = 208
  48.     Width = 125
  49.     Height = 40
  50.     Caption = 'Verschwinden'
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clBlack
  53.     Font.Height = -17
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 2
  58.     OnClick = Button3Click
  59.   end
  60. end
  61.